<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0 0 0 0.3rem;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 1rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-logo .img1 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav,
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.26rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-serach img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-web-right .right-serach .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .right-menu {
    position: relative;
    width: 1.2rem;
    height: 100%;
    margin-left: 0.35rem;
    text-align: center;
    line-height: 1.1rem;
    background: #dc0b1c;
  }
  nav .nav-main .main-cont .main-web-right .right-menu img {
    width: 0.6rem;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-web-right .right-menu .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    background: #fff;
    border-top: solid 1px #ddd;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 15.36rem;
    height: 0.75rem;
    margin: 0 auto;
    border-bottom: solid 1px #dc0b1c;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 16px;
    height: auto;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
    flex: 1;
    height: 0.75rem;
    padding: 0 0.5rem;
    font-size: 16px;
    color: #333;
    background: none;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 22px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main-active {
    position: fixed !important;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #dc0b1c;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #dc0b1c;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 1rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #dc0b1c;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #dc0b1c;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #dc0b1c;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #dc0b1c;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic2 {
    display: block;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic2 img {
    width: auto;
    height: 3.5rem;
    transform: translateX(-12%);
    -o-transform: translateX(-12%);
    -moz-transform: translateX(-12%);
    -webkit-transform: translateX(-12%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.72rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.1rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    width: 100%;
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0.6rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button {
    width: 2rem;
    height: 0.75rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    border-radius: 8px;
    border: solid 1px #737373;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button:hover {
    color: #000;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2 {
    width: 2rem;
    height: 0.75rem;
    margin-left: 0.3rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.7rem;
    color: #000;
    border-radius: 8px;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
    border: solid 1px transparent;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2:hover {
    color: #fff;
    border: solid 1px #737373;
    background: transparent;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-left {
    width: 2.65rem;
    height: auto;
    font-family: 'é»‘ä½“';
    font-size: 0.5rem;
    text-align: right;
    color: #2c6371;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-right {
    width: 2.65rem;
    height: auto;
    font-family: 'é»‘ä½“';
    font-size: 0.5rem;
    text-align: left;
    color: #2c6371;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 {
    position: absolute;
    top: 32%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.54rem;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.75rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-swiper-button-prev img,
  header .head-banner .banner-swiper-button-next img {
    width: 10px;
  }
  header .head-banner .banner-swiper-button-prev:hover,
  header .head-banner .banner-swiper-button-next:hover {
    background: #008fd7;
  }
  header .head-banner .banner-swiper-button-prev {
    left: 0.3rem;
  }
  header .head-banner .banner-swiper-button-next {
    right: 0.3rem;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #dc0b1c;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
    padding-bottom: 0.24rem !important;
    background: #df0024;
  }
  footer .foot-mian {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.55rem;
    background: #f8f8f8 url(../images/foot-bg.png) no-repeat center center;
    background-size: 2.8rem;
  }
  footer .foot-mian .main-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-mian .main-cont .cont-logo {
    display: none;
    width: 2.8rem;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-mian .main-cont .cont-logo img {
    width: 100%;
  }
  footer .foot-mian .main-cont .cont-nav {
    display: none;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-mian .main-cont .cont-nav .nav-item {
    width: auto;
    height: auto;
  }
  footer .foot-mian .main-cont .cont-nav .nav-item .item-title {
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
  }
  footer .foot-mian .main-cont .cont-nav .nav-item .item-title:hover {
    color: #dc0b1c;
  }
  footer .foot-mian .main-cont .cont-nav .nav-item .item-cent {
    width: auto;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-mian .main-cont .cont-nav .nav-item .item-cent a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #666;
  }
  footer .foot-mian .main-cont .cont-nav .nav-item .item-cent a:hover {
    color: #dc0b1c;
  }
  footer .foot-mian .main-cont .cont-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  footer .foot-mian .main-cont .cont-bottom .bottom-share {
    display: none;
    justify-content: flex-end;
    width: auto;
  }
  footer .foot-mian .main-cont .cont-bottom .share-item {
    position: relative;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.2rem;
  }
  footer .foot-mian .main-cont .cont-bottom .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.2rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-mian .main-cont .cont-bottom .share-item .img2 {
    opacity: 0;
  }
  footer .foot-mian .main-cont .cont-bottom .share-item:hover {
    background: #dc0b1c;
  }
  footer .foot-mian .main-cont .cont-bottom .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-mian .main-cont .cont-bottom .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-mian .main-cont .cont-bottom .bottom-zizhi {
    width: auto;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  footer .foot-mian .main-cont .cont-bottom .bottom-zizhi a:hover {
    color: #dc0b1c;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 9;
  }
  .container .cont-plate1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.65rem 0 0.3rem;
  }
  .container .cont-plate1 .plate1-item {
    width: 33.33%;
    height: auto;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .container .cont-plate1 .plate1-item .item-title {
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-item .item-num {
    margin-top: 0.12rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.52rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-item:hover .item-title {
    color: #dc0b1c;
  }
  .container .cont-plate1 .plate1-item:hover .item-num {
    color: #dc0b1c;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate2 .hidden-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate2 .hidden-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .hidden-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .hidden-box .box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .cont-plate2 .hidden-box .box-icon .icon-box {
    position: relative;
    width: 110px;
    height: 110px;
    cursor: pointer;
  }
  .container .cont-plate2 .hidden-box .box-icon .icon-box .right-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    z-index: 3;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .hidden-box .box-icon .icon-box .right-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .hidden-box .box-icon .icon-box .button-svg {
    stroke-dasharray: 345 345;
    stroke-dashoffset: 345;
    stroke: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate2 .hidden-box .box-icon .icon-cent {
    width: auto;
    height: auto;
    margin-left: 0.3rem;
  }
  .container .cont-plate2 .hidden-box .box-icon .icon-cent .cent-title {
    font-size: 0.3rem;
    color: #fff;
  }
  .container .cont-plate2 .hidden-box .box-icon .icon-cent .cent-text {
    padding-left: 0.05rem;
    font-size: 0.18rem;
    color: #fff;
  }
  .container .cont-plate2 .hidden-box .box-icon:hover .icon-box .button-svg {
    stroke-dashoffset: 0;
  }
  .container .cont-plate2 .hidden-box:hover .box-pic img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .container .cont-plate2 .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .video-box video {
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0.24rem auto 0;
    padding: 0 0.3rem;
  }
  .container .cont-plate3 .plate3-left {
    position: relative;
    width: 48%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-left .left-pic {
    width: 100%;
    height: 100%;
  }
  .container .cont-plate3 .plate3-left .left-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate3 .plate3-left::after {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/plate3-logo.jpg) no-repeat top left;
    background-size: 100%;
    z-index: 9;
  }
  .container .cont-plate3 .plate3-left .left-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0;
  }
  .container .cont-plate3 .plate3-left .left-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-left .left-cent .cent-text {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-right {
    width: 48%;
    height: auto;
  }
  .container .cont-plate3 .plate3-right .right-top {
    width: 100%;
    height: 2rem;
    padding: 0.3rem 0.48rem 0;
    background: #fafafa;
  }
  .container .cont-plate3 .plate3-right .right-top .top-title {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .cont-plate3 .plate3-right .right-top .top-text {
    display: none;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    text-align: center;
    color: #666;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.6rem;
    margin: 0.3rem auto 0;
    border: solid 1px #dc0b1c;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button span {
    font-size: 0.2rem;
    color: #dc0b1c;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button em {
    position: relative;
    width: 0.25rem;
    height: 0.2rem;
    margin-left: 0.4rem;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button em img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button em .img2 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button:hover {
    background: #dc0b1c;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button:hover span {
    color: #fff;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button:hover em .img1 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-right .right-top .top-button:hover em .img2 {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-right .right-bottom {
    position: relative;
    width: 100%;
    height: 2rem;
    margin-top: 0.24rem;
  }
  .container .cont-plate3 .plate3-right .right-bottom .bottom-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-right .right-bottom .bottom-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate3 .plate3-right .right-bottom .bottom-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0;
  }
  .container .cont-plate3 .plate3-right .right-bottom .bottom-cent .cent-title {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .cont-plate3 .plate3-right .right-bottom .bottom-cent .cent-text {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.16rem;
    text-align: center;
    color: #555;
  }
  .container .cont-plate3 .plate3-right .right-bottom .bottom-cent .cent-text span {
    font-weight: bold;
    color: #dc0b1c;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem 0.8rem;
  }
  .container .cont-plate4 .plate4-title {
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .cont-plate4 .plate4-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.46rem;
    border-bottom: none;
  }
  .container .cont-plate4 .plate4-top .top-item {
    position: relative;
    width: calc(100% / 3);
    height: auto;
    margin-bottom: 0.35rem;
    padding-bottom: 0.35rem;
    cursor: pointer;
  }
  .container .cont-plate4 .plate4-top .top-item .item-icon {
    position: relative;
    width: 0.42rem;
    height: 0.5rem;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-top .top-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-top .top-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-top .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc0b1c;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-top .top-item:hover .item-title {
    font-weight: bold;
    color: #dc0b1c;
  }
  .container .cont-plate4 .plate4-top .top-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate4 .plate4-top .top-item-active .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-top .top-item-active .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-top .top-item-active .item-title {
    font-weight: bold;
    color: #dc0b1c;
  }
  .container .cont-plate4 .plate4-top .top-item-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .cont-plate4 .plate4-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
    width: 47%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump .lump-pic {
    width: 100%;
    height: 3.2rem;
    padding: 0.2rem;
    border: solid 1px #ddd;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump .lump-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump .lump-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump:hover .lump-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-lump:hover .lump-title {
    color: #dc0b1c;
  }
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev,
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.22rem;
    height: 0.4rem;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev img,
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev .img2,
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img1,
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img2,
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-prev {
    left: -0.62rem;
  }
  .container .cont-plate4 .plate4-main .main-box .plate4-swiper-button-next {
    right: -0.62rem;
  }
  .container .cont-plate4 .plate4-main .main-box-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .container .cont-plate5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate5 .plate5-title {
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .container .cont-plate5 .plate5-main {
    display: block;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate5 .plate5-main .main-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .container .cont-plate5 .plate5-main .main-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate5 .plate5-main .main-item .item-pic {
    width: 48%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-item .item-cent {
    width: 48%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-item .item-cent .cent-title {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate5 .plate5-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.4rem auto 0;
    border: solid 1px #dc0b1c;
  }
  .container .cont-plate5 .plate5-button span {
    font-size: 0.28rem;
    color: #dc0b1c;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-button em {
    position: relative;
    width: 0.25rem;
    height: 0.2rem;
    margin-left: 0.3rem;
  }
  .container .cont-plate5 .plate5-button em img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-button em .img2 {
    opacity: 0;
  }
  .container .cont-plate5 .plate5-button:hover {
    background: #dc0b1c;
  }
  .container .cont-plate5 .plate5-button:hover span {
    color: #fff;
  }
  .container .cont-plate5 .plate5-button:hover em .img1 {
    opacity: 0;
  }
  .container .cont-plate5 .plate5-button:hover em .img2 {
    opacity: 1;
  }
  .container .cont-plate6 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.9rem auto 1.1rem;
    padding: 0 0.3rem;
  }
  .container .cont-plate6 .plate6-pic {
    width: 100%;
    height: auto;
  }
  .container .cont-plate6 .plate6-pic img {
    width: 100%;
  }
  .container .cont-plate6 .plate6-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.2rem 0.5rem 0;
  }
  .container .cont-plate6 .plate6-cent .cent-pic {
    width: 0.8rem;
    height: auto;
  }
  .container .cont-plate6 .plate6-cent .cent-pic img {
    width: 100%;
  }
  .container .cont-plate6 .plate6-cent .cent-title {
    margin-top: 0.2rem;
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.58rem;
    color: #fff;
  }
  .container .cont-plate6 .plate6-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 0.65rem;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    color: #fff;
    border: solid 2px #fff;
  }
  .container .cont-plate6 .plate6-cent .cent-button span {
    position: relative;
    width: 0.25rem;
    height: 0.18rem;
    margin-left: 0.16rem;
  }
  .container .cont-plate6 .plate6-cent .cent-button span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-cent .cent-button span .img2 {
    opacity: 0;
  }
  .container .cont-plate6 .plate6-cent .cent-button:hover {
    color: #dc0b1c;
    background: #fff;
  }
  .container .cont-plate6 .plate6-cent .cent-button:hover span .img1 {
    opacity: 0;
  }
  .container .cont-plate6 .plate6-cent .cent-button:hover span .img2 {
    opacity: 1;
  }
  .about {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .about .about-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.05rem 0.3rem;
  }
  .about .about-plate1 .plate1-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0 0;
  }
  .about .about-plate1 .plate1-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #dc0b1c;
  }
  .about .about-plate1 .plate1-cent .cent-subtitle {
    margin-top: 0.25rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #333;
  }
  .about .about-plate1 .plate1-cent .cent-subtitle span {
    display: block;
    font-weight: bold;
  }
  .about .about-plate1 .plate1-cent .cent-text {
    margin-top: 0.35rem;
    padding-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #333;
    border-top: solid 1px #ddd;
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    background: #fafafa;
  }
  .about .about-plate2 .plate2-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.65rem 0.3rem 0.35rem;
  }
  .about .about-plate2 .plate2-main .main-item {
    width: 33.33%;
    height: auto;
    margin-bottom: 0.3rem;
    cursor: pointer;
  }
  .about .about-plate2 .plate2-main .main-item .item-title {
    font-size: 0.26rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-item .item-num {
    margin-top: 0.12rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-item:hover .item-title {
    color: #dc0b1c;
  }
  .about .about-plate2 .plate2-main .main-item:hover .item-num {
    color: #dc0b1c;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem;
  }
  .about .about-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .about .about-plate3 .plate3-main .main-left {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
  }
  .about .about-plate3 .plate3-main .main-left .left-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-left .left-swiper .swiper-slide {
    width: 35%;
    height: 0.65rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.65rem;
    color: #333;
    border: solid 1px #ddd;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-left .left-swiper .swiper-slide:hover {
    color: #fff;
    background: #dc0b1c;
    border: solid 1px #dc0b1c;
  }
  .about .about-plate3 .plate3-main .main-left .left-swiper .swiper-slide-on {
    color: #fff;
    background: #dc0b1c;
    border: solid 1px #dc0b1c;
  }
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next {
    display: none;
    position: absolute;
    left: 0;
    width: 2rem;
    height: 0.12rem;
    outline: none;
    cursor: pointer;
  }
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.22rem;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev .img2,
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev:hover .img1,
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev:hover .img2,
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-prev {
    top: -0.3rem;
  }
  .about .about-plate3 .plate3-main .main-left .plate3-swiper-button-next {
    bottom: -0.3rem;
  }
  .about .about-plate3 .plate3-main .main-right {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .about .about-plate3 .plate3-main .main-right .right-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate3 .plate3-main .main-right .right-box .box-date {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-right .right-box .box-date .date-title {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.42rem;
    line-height: 0.48rem;
    color: #dc0b1c;
  }
  .about .about-plate3 .plate3-main .main-right .right-box .box-date .date-text {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.3rem;
    color: #dc0b1c;
  }
  .about .about-plate3 .plate3-main .main-right .right-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    overflow: auto;
  }
  .about .about-plate3 .plate3-main .main-right .right-box .box-cent .cent-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
  }
  .about .about-plate3 .plate3-main .main-right .right-box .box-cent .cent-text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .about .about-plate3 .plate3-main .main-right .right-box .box-cent .cent-pic {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .about .about-plate3 .plate3-main .main-right .right-box .box-cent .cent-pic img {
    width: 100%;
  }
  .about .about-plate3 .plate3-main .main-right .right-box-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about .about-plate4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .about .about-plate4 .plate4-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate4 .plate4-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-plate4 .plate4-box .box-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 0 0.25rem;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-box {
    position: relative;
    width: 110px;
    height: 110px;
    cursor: pointer;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-box .right-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    z-index: 3;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-box .right-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-box .button-svg {
    stroke-dasharray: 345 345;
    stroke-dashoffset: 345;
    stroke: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-cent {
    width: auto;
    height: auto;
    margin-left: 0.3rem;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-cent .cent-title {
    font-size: 0.3rem;
    color: #fff;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon .icon-cent .cent-text {
    padding-left: 0.05rem;
    font-size: 0.18rem;
    color: #fff;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box .box-icon:hover .icon-box .button-svg {
    stroke-dashoffset: 0;
  }
  .about .about-plate4 .plate4-box .box-video .hidden-box:hover .box-pic img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .about .about-plate4 .plate4-box .box-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .plate4-box .box-video .video-box video {
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .plate4-box .box-video-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about .about-plate4 .plate4-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide {
    width: calc(50% - 2%);
    height: auto;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    border: solid 2px transparent;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-pic {
    border: solid 2px #dc0b1c;
  }
  .about .about-plate4 .plate4-swiper .swiper-slide-on .slide-box .box-pic {
    border: solid 2px #dc0b1c;
  }
  .about .about-plate5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem;
  }
  .about .about-plate5 .plate5-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate5 .plate5-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0.65rem;
    margin-top: 0.6rem;
  }
  .about .about-plate5 .plate5-top .top-item {
    width: 33.3333%;
    height: 100%;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.65rem;
    color: #000;
    border: solid 1px #ddd;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-top .top-item:first-of-type {
    border-right: none;
  }
  .about .about-plate5 .plate5-top .top-item:hover {
    font-weight: bold;
    color: #fff;
    background: #dc0b1c;
    border: solid 1px #dc0b1c;
  }
  .about .about-plate5 .plate5-top .top-item-active {
    font-weight: bold;
    color: #fff;
    background: #dc0b1c;
    border: solid 1px #dc0b1c;
  }
  .about .about-plate5 .plate5-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.56rem;
  }
  .about .about-plate5 .plate5-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate5 .plate5-main .main-box .box-pic {
    position: relative;
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .about-plate5 .plate5-main .main-box .box-pic .box-cent {
    position: absolute;
    top: 50%;
    left: 0.6rem;
    width: 4.2rem;
    height: auto;
    padding: 0.3rem 0.3rem 0.4rem;
    background: rgba(255, 255, 255, 0.9);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about .about-plate5 .plate5-main .main-box .box-pic .box-cent .cent-title {
    font-size: 0.38rem;
    font-weight: bold;
    color: #dc0b1c;
  }
  .about .about-plate5 .plate5-main .main-box .box-pic .box-cent .cent-text {
    margin-top: 0.25rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #333;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 3.4rem;
    margin-top: 0.4rem;
    margin-right: 0;
    background: #fafafa url(../images/foot-bg.png) no-repeat 105% center;
    background-size: 1.98rem;
    cursor: pointer;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item:nth-child(3n) {
    margin-right: 0;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 3.2rem;
    padding: 0.6rem 0.48rem 0.4rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-icon {
    position: relative;
    width: 0.9rem;
    height: 0.84rem;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-icon .img2 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-cent {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #fff;
    z-index: 99;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item .item-box .box-cent span {
    font-weight: bold;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box {
    background: #dc0b1c;
    z-index: 9;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box .box-icon .img1 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box .box-icon .img2 {
    opacity: 1;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box .box-title,
  .about .about-plate5 .plate5-main .main-box .box-lump .lump-item:hover .item-box .box-text {
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump2 .lump-item {
    width: 100%;
    margin-right: 0;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump2 .lump-item:nth-child(3n) {
    margin-right: 0;
  }
  .about .about-plate5 .plate5-main .main-box .box-lump2 .lump-item:nth-child(4n) {
    margin-right: 0;
  }
  .about .about-plate5 .plate5-main .main-box-active {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 1.2rem;
  }
  .about .about-plate6 .plate6-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .about-plate6 .plate6-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 0.15rem;
  }
  .about .about-plate6 .plate6-main .main-item {
    width: 48%;
    height: auto;
    padding: 0.2rem 0.18rem 0.25rem;
    margin-right: 0;
    margin-bottom: 0.4rem;
    background: #fafafa;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .about .about-plate6 .plate6-main .main-item .item-pic {
    width: 100%;
    height: 3.5rem;
  }
  .about .about-plate6 .plate6-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-item .item-title {
    width: 100%;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate6 .plate6-main .main-item:hover {
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
  }
  .about .about-plate6 .plate6-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate6 .plate6-main .main-item:hover .item-title {
    color: #dc0b1c;
  }
  .product {
    width: 100%;
    height: auto;
    padding-bottom: 0.8rem;
  }
  .product .product-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.5rem auto;
    padding: 0 0.3rem;
    border-bottom: none;
  }
  .product .product-top .top-item {
    position: relative;
    width: 33.33%;
    height: auto;
    padding-bottom: 0.35rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
  }
  .product .product-top .top-item .item-icon {
    position: relative;
    width: 0.42rem;
    height: 0.5rem;
    margin: 0 auto;
  }
  .product .product-top .top-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .product .product-top .top-item .item-title {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-top .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc0b1c;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .product .product-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .product .product-top .top-item:hover .item-title {
    font-weight: bold;
    color: #dc0b1c;
  }
  .product .product-top .top-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .product .product-top .top-item-active .item-icon .img1 {
    opacity: 0;
  }
  .product .product-top .top-item-active .item-icon .img2 {
    opacity: 1;
  }
  .product .product-top .top-item-active .item-title {
    font-weight: bold;
    color: #dc0b1c;
  }
  .product .product-top .top-item-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .product .product-pic {
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0;
  }
  .product .product-pic img {
    width: 100%;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto 0.8rem;
    padding: 0 0.3rem;
  }
  .product .product-main .main-item {
    width: 47%;
    height: auto;
    margin-top: 0.4rem;
    margin-right: 0;
  }
  .product .product-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .product .product-main .main-item .item-pic {
    width: 100%;
    height: 3.2rem;
    padding: 0.2rem;
    border: solid 1px #ddd;
    overflow: hidden;
  }
  .product .product-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-item .item-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .product .product-main .main-item:hover .item-pic {
    border: solid 2px #dc0b1c;
  }
  .product .product-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-item:hover .item-title {
    color: #dc0b1c;
  }
  .productDetails {
    width: 100%;
    height: auto;
    padding: 2.1rem 0.3rem 1.1rem;
  }
  .productDetails .productDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetails .productDetails-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-top .top-left {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-top .top-left .left-pic {
    width: 100%;
    height: 6.4rem;
    border: solid 1px #ddd;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-top .top-left .left-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-top .top-left .left-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper {
    width: 5.8rem;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 4 - 3.260869%);
    height: 1.2rem;
    cursor: pointer;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    border: solid 1px #ddd;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide .slide-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide .slide-pic:hover {
    border: solid 2px #dc0b1c;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper .swiper-slide-on .slide-pic {
    border: solid 2px #dc0b1c;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev,
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.25rem;
    height: 0.46rem;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev img,
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev .img2,
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev:hover .img1,
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev:hover .img2,
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-prev {
    left: 0;
  }
  .productDetails .productDetails-main .main-top .top-left .left-bottom .bottom-swiper-button-next {
    right: 0;
  }
  .productDetails .productDetails-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0;
  }
  .productDetails .productDetails-main .main-top .top-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
  }
  .productDetails .productDetails-main .main-top .top-cent .cent-subtitle {
    margin-top: 0.12rem;
    font-size: 0.32rem;
    color: #dc0b1c;
  }
  .productDetails .productDetails-main .main-top .top-cent .cent-text {
    padding: 0.18rem 0.24rem;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
    background: #fafafa;
  }
  .productDetails .productDetails-main .main-top .top-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .productDetails .productDetails-main .main-top .top-cent .cent-box .box-text {
    position: relative;
    margin-bottom: 0.15rem;
    padding-left: 0.22rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .productDetails .productDetails-main .main-top .top-cent .cent-box .box-text::after {
    content: 'â˜‰';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .productDetails .productDetails-main .main-top .top-cent .box-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.76rem;
    color: #fff;
    background: #dc0b1c;
    border: solid 2px #dc0b1c;
  }
  .productDetails .productDetails-main .main-top .top-cent .box-button:hover {
    color: #dc0b1c;
    background: none;
  }
  .productDetails .productDetails-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-top: 0.6rem;
    border-top: solid 1px #ddd;
  }
  .productDetails .productDetails-main .main-cont .cont-title {
    width: 100%;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .productDetails .productDetails-main .main-cont .cont-pic {
    width: 100%;
    margin: 0.5rem auto 0;
  }
  .productDetails .productDetails-main .main-cont .cont-pic img {
    width: 100%;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.04rem 0.3rem 1.1rem;
  }
  .news .news-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-top .top-item {
    width: 50%;
    height: 0.65rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.65rem;
    color: #000;
    border: solid 1px #ddd;
  }
  .news .news-top .top-item:hover {
    font-weight: bold;
    color: #fff;
    border: solid 1px #dc0b1c;
    background: #dc0b1c;
  }
  .news .news-top .top-item:first-of-type {
    border-right: none;
  }
  .news .news-top .top-item-active {
    font-weight: bold;
    color: #fff;
    border: solid 1px #dc0b1c;
    background: #dc0b1c;
  }
  .news .news-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto 0.55rem;
  }
  .news .news-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 0.52rem;
  }
  .news .news-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-title {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-item:hover .item-title {
    color: #dc0b1c;
  }
  .storefront {
    width: 100%;
    height: auto;
  }
  .storefront .storefront-top {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ddd;
  }
  .storefront .storefront-top .top-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem;
  }
  .storefront .storefront-top .top-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .storefront .storefront-top .top-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .storefront .storefront-top .top-main .main-box .box-item {
    width: 33.3333%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .storefront .storefront-top .top-main .main-box .box-item .item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 1px #f2f2f2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storefront .storefront-top .top-main .main-box .box-item .item-icon img {
    width: 0.8rem;
    height: auto;
  }
  .storefront .storefront-top .top-main .main-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storefront .storefront-top .top-main .main-box .box-item:hover .item-icon {
    border: solid 1px #dc0b1c;
  }
  .storefront .storefront-top .top-main .main-box .box-item:hover .item-title {
    color: #dc0b1c;
  }
  .storefront .storefront-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.65rem 0.3rem 1.1rem;
  }
  .storefront .storefront-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .storefront .storefront-main .main-lump {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.2rem 0.25rem;
    margin-top: 0.48rem;
    background: #fafafa;
  }
  .storefront .storefront-main .main-lump .lump-title {
    width: 100%;
    font-size: 0.3rem;
    color: #333;
  }
  .storefront .storefront-main .main-lump .lump-search {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0.15rem;
  }
  .storefront .storefront-main .main-lump .lump-search input {
    width: calc(100% - 0.8rem);
    height: 0.8rem;
    padding: 0 0.32rem;
    font-size: 0.28rem;
    color: #666;
    background: #fff;
  }
  .storefront .storefront-main .main-lump .lump-search input::placeholder {
    font-size: 0.28rem;
    color: #999;
  }
  .storefront .storefront-main .main-lump .lump-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    background: #dc0b1c;
  }
  .storefront .storefront-main .main-lump .lump-search a img {
    width: 0.35rem;
  }
  .storefront .storefront-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    margin-bottom: 0.6rem;
  }
  .storefront .storefront-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storefront .storefront-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .storefront .storefront-main .main-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storefront .storefront-main .main-box .box-item .item-cent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
    background: #fafafa;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storefront .storefront-main .main-box .box-item .item-cent .cent-left {
    width: calc(100% - 0.6rem);
    height: auto;
  }
  .storefront .storefront-main .main-box .box-item .item-cent .cent-left .left-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .storefront .storefront-main .main-box .box-item .item-cent .cent-left .left-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #333;
  }
  .storefront .storefront-main .main-box .box-item .item-cent .cent-button {
    width: 0.6rem;
    height: 0.6rem;
  }
  .storefront .storefront-main .main-box .box-item .item-cent .cent-button img {
    width: 100%;
  }
  .storefront .storefront-main .main-box .box-item:hover {
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
  }
  .storefront .storefront-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .storefront .storefront-main .main-box .box-item:hover .item-cent {
    background: #fff;
  }
  .storefront .storefront-main .main-box .box-item:hover .item-cent .cent-left .left-title {
    color: #dc0b1c;
  }
  .partner {
    width: 100%;
    height: auto;
  }
  .partner .partner-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.04rem 0.3rem 1rem;
  }
  .partner .partner-plate1 .plate1-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .partner .partner-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .partner .partner-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0 0.4rem 0;
  }
  .partner .partner-plate1 .plate1-main .main-cent .cent-title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #dc0b1c;
  }
  .partner .partner-plate1 .plate1-main .main-cent .cent-subtitle {
    margin-top: 0.05rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333;
  }
  .partner .partner-plate1 .plate1-main .main-cent .cent-subtitle2 {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    color: #000;
  }
  .partner .partner-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.35rem;
    padding-top: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #333;
    border-top: solid 1px #ddd;
  }
  .partner .partner-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .partner .partner-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .partner .partner-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .partner .partner-plate2 .plate2-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .partner .partner-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    padding: 0 0.3rem;
  }
  .partner .partner-plate2 .plate2-main .main-item {
    position: relative;
    width: 48%;
    height: auto;
    padding: 0.55rem 0.4rem 0.5rem;
    margin-right: 0;
    margin-bottom: 0.35rem;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-plate2 .plate2-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .partner .partner-plate2 .plate2-main .main-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc0b1c;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-plate2 .plate2-main .main-item .item-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .partner .partner-plate2 .plate2-main .main-item .item-icon img {
    width: 100%;
  }
  .partner .partner-plate2 .plate2-main .main-item .item-text {
    height: 1.26rem;
    margin-top: 0.4rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.42rem;
    color: #333;
  }
  .partner .partner-plate2 .plate2-main .main-item .item-num {
    margin-top: 0.55rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.42rem;
    text-align: center;
    color: #ddd;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-plate2 .plate2-main .main-item:hover {
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
  }
  .partner .partner-plate2 .plate2-main .main-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .partner .partner-plate2 .plate2-main .main-item:hover .item-num {
    color: #dc0b1c;
  }
  .partner .partner-plate3 {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 1.1rem;
    margin: 0 auto;
  }
  .partner .partner-plate3 .plate3-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .partner .partner-plate3 .plate3-text {
    width: 100%;
    margin: 0.2rem auto 0;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
  }
  .partner .partner-plate3 .plate3-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .partner .partner-plate3 .plate3-top .top-item {
    width: 50%;
    height: 0.65rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.65rem;
    color: #000;
    border: solid 1px #ddd;
    cursor: pointer;
  }
  .partner .partner-plate3 .plate3-top .top-item:hover {
    font-weight: bold;
    color: #fff;
    border: solid 1px #dc0b1c;
    background: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-top .top-item:first-of-type {
    border-right: none;
  }
  .partner .partner-plate3 .plate3-top .top-item-active {
    font-weight: bold;
    color: #fff;
    border: solid 1px #dc0b1c;
    background: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .partner .partner-plate3 .plate3-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top .top-item {
    position: relative;
    width: 33.3333%;
    height: auto;
    padding-bottom: 0.35rem;
    margin-bottom: 0.25rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc0b1c;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top .top-item:hover {
    color: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top .top-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top .top-item-active {
    color: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top .top-item-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item {
    position: relative;
    width: 33.3333%;
    height: auto;
    padding-bottom: 0.35rem;
    margin-bottom: 0.25rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc0b1c;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item:hover {
    color: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item-active {
    color: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-top2 .top-item-active::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-pic {
    width: 100%;
    height: auto;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-pic img {
    width: 100%;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-cent {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.4rem;
    background: #fafafa;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-cent .cent-subtitle {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump .lump-cent .cent-text {
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #333;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont .cont-lump-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-pic {
    width: 100%;
    height: auto;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-pic img {
    width: 100%;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-cent {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.4rem;
    background: #fafafa;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-cent .cent-title {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-cent .cent-subtitle {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #dc0b1c;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump .lump-cent .cent-text {
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #333;
  }
  .partner .partner-plate3 .plate3-main .main-box .box-cont2 .cont-lump-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .partner .partner-plate3 .plate3-main .main-box-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1.04rem 0.3rem 1.1rem;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
  }
  .recruit .recruit-main .main-top .top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    height: 100%;
    padding: 0 0.4rem;
  }
  .recruit .recruit-main .main-top .top-item .item-title {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .recruit .recruit-main .main-top .top-item .item-icon {
    width: 0.35rem;
    height: auto;
  }
  .recruit .recruit-main .main-top .top-item .item-icon img {
    width: 100%;
  }
  .recruit .recruit-main .main-top .top-item:first-of-type {
    background: url(../images/recruit/bj.jpg) no-repeat top left;
    background-size: cover;
  }
  .recruit .recruit-main .main-top .top-item:first-of-type .item-title {
    color: #fff;
  }
  .recruit .recruit-main .main-top .top-item:last-of-type {
    background: url(../images/recruit/bj2.jpg) no-repeat top left;
    background-size: cover;
  }
  .recruit .recruit-main .main-top .top-item:last-of-type .item-title {
    color: #333;
  }
  .recruit .recruit-main .main-top .top-item-active {
    width: 60%;
  }
  .recruit .recruit-main .main-search {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
  }
  .recruit .recruit-main .main-search .search-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 1.92rem);
    height: 0.7rem;
    padding: 0 0.3rem;
    background: #fff;
    border: solid 1px #ddd;
    border-right: none;
  }
  .recruit .recruit-main .main-search .search-box .box-icon {
    width: 0.26rem;
    height: auto;
    margin-right: 0.12rem;
  }
  .recruit .recruit-main .main-search .search-box .box-icon img {
    width: 100%;
  }
  .recruit .recruit-main .main-search .search-box input {
    width: calc(100% - 0.32rem);
    height: 100%;
    font-size: 0.16rem;
    color: #666;
  }
  .recruit .recruit-main .main-search .search-box input::placeholder {
    color: #999;
  }
  .recruit .recruit-main .main-search a {
    width: 1.92rem;
    height: 0.7rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    background: #dc0b1c;
  }
  .recruit .recruit-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .recruit .recruit-main .main-box .box-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-main .main-box .box-list .list-title {
    width: 1.4rem;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #333;
  }
  .recruit .recruit-main .main-box .box-list .list-cent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 1.4rem);
    height: auto;
    overflow: hidden;
  }
  .recruit .recruit-main .main-box .box-list .list-cent .cent-item {
    width: auto;
    height: auto;
    margin-right: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
    cursor: pointer;
  }
  .recruit .recruit-main .main-box .box-list .list-cent .cent-item:hover {
    color: #dc0b1c;
  }
  .recruit .recruit-main .main-box .box-list .list-cent .cent-item-active {
    color: #dc0b1c;
  }
  .recruit .recruit-main .main-box .box-list .list-button {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 0.48rem;
    font-size: 0.28rem;
    color: #333;
    cursor: pointer;
  }
  .recruit .recruit-main .main-box .box-list .list-button img {
    width: 0.26rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .box-list .list-button-active img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .recruit .recruit-main .main-box .box-title {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #333;
  }
  .recruit .recruit-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.65rem;
    border-top: solid 1px #ddd;
  }
  .recruit .recruit-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top .top-left {
    width: 60%;
    height: auto;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top .top-left .left-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top .top-left .left-text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #666;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top .top-right {
    width: 35%;
    height: auto;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top .top-right .right-title {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: right;
    color: #dc0b1c;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top .top-right .right-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: right;
    color: #666;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top:hover .top-left .left-title {
    color: #dc0b1c;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top-active {
    border-bottom: none;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-top-active .top-left .left-title {
    color: #dc0b1c;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-cent {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.45rem 0.35rem;
    background: #fafafa;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-title {
    margin-bottom: 0.08rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-text {
    margin-bottom: 0.36rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-text span {
    font-weight: bold;
    color: #333;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-button {
    display: inline-block;
    width: auto;
    height: 0.8rem;
    padding: 0 0.32rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border: solid 2px #dc0b1c;
    background: #dc0b1c;
  }
  .recruit .recruit-main .main-cont .cont-lump .lump-cent .cent-button:hover {
    color: #dc0b1c;
    background: none;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.1rem;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .contact .contact-main .main-text {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
  }
  .contact .contact-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-main .main-box .box-item {
    width: 50%;
    height: auto;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
  }
  .contact .contact-main .main-box .box-item .item-icon {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 1px #ddd;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-box .box-item .item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.65rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-box .box-item .item-icon .img2 {
    opacity: 0;
  }
  .contact .contact-main .main-box .box-item .item-ewm {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
    padding: 0.12rem;
    border: solid 1px #ddd;
  }
  .contact .contact-main .main-box .box-item .item-ewm img {
    width: 100%;
  }
  .contact .contact-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-box .box-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-box .box-item:hover .item-icon {
    background: #dc0b1c;
    border: solid 1px #dc0b1c;
  }
  .contact .contact-main .main-box .box-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .contact .contact-main .main-box .box-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .contact .contact-main .main-box .box-item:hover .item-title,
  .contact .contact-main .main-box .box-item:hover .item-text {
    color: #dc0b1c;
  }
  .contact .contact-main .main-map {
    width: 100%;
    height: 6.5rem;
    margin-top: 0.9rem;
    overflow: hidden;
  }
  .contact .contact-main .main-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 2.1rem 0.3rem 1.1rem;
  }
  .newsDetail .newsDetail-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.45rem;
    border-bottom: solid 1px #ddd;
  }
  .newsDetail .newsDetail-main .main-top .top-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .newsDetail .newsDetail-main .main-top .top-text {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-box {
    width: 100%;
    height: auto;
    padding: 0.9rem 0 0.8rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
    border-bottom: solid 1px #ddd;
  }
  .newsDetail .newsDetail-main .main-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title span {
    font-weight: bold;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title a {
    color: #333333;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title:hover {
    color: #dc0b1c;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title:hover a {
    color: #dc0b1c;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-button {
    width: 2.8rem;
    height: 0.9rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.85rem;
    color: #fff;
    background: #dc0b1c;
    border: solid 2px #dc0b1c;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-button:hover {
    color: #dc0b1c;
    background: none;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  }
  .page-load {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.8rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #333;
  }
  .page-load img {
    width: 0.5rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load:hover {
    color: #dc0b1c;
  }
  .page-load:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .page-float {
    position: fixed;
    top: 60%;
    right: 0.16rem;
    width: 0.8rem;
    height: auto;
    z-index: 29;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding-top: 0.15rem;
    margin-bottom: 0.08rem;
    background: linear-gradient(0deg, #070505, #706f6f);
    border-radius: 0.1rem;
  }
  .page-float .float-list .list-pic {
    position: relative;
    width: 0.41rem;
    height: 0.44rem;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
  }
  .page-float .float-list .list-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-pic .img2 {
    opacity: 0;
  }
  .page-float .float-list .list-title {
    display: none;
    margin-top: 0.08rem;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 50%;
    left: -207px;
    width: 207px;
    height: auto;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    border: solid 10px transparent;
    border-left: solid 10px #fff;
    box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.06);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent .cent-cont {
    width: 100%;
    padding: 32px 28px;
    font-size: 16px;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.15);
  }
  .page-float .float-list .list-cent .cent-cont .cont-button {
    display: block;
    width: 100%;
    height: 0.48rem;
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
    border: solid 1px transparent;
    border-radius: 0.06rem;
  }
  .page-float .float-list .list-cent .cent-cont .cont-button:hover {
    background: linear-gradient(0deg, #070505, #706f6f);
  }
  .page-float .float-list .list-cent .cent-cont .cont-button2 {
    display: block;
    width: 100%;
    height: 0.48rem;
    margin-right: 0.32rem;
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    background: linear-gradient(0deg, #070505, #706f6f);
    border: solid 1px transparent;
    border-radius: 0.06rem;
  }
  .page-float .float-list .list-cent .cent-cont .cont-button2:hover {
    color: #fff;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
  }
  .page-float .float-list .list-cent .cent-cont .cont-ewm {
    width: 100%;
    height: auto;
  }
  .page-float .float-list .list-cent .cent-cont .cont-ewm img {
    width: 100%;
  }
  .page-float .float-list:hover {
    background: linear-gradient(0deg, #f1c277, #f3d38e);
  }
  .page-float .float-list:hover .list-pic .img1 {
    opacity: 0;
  }
  .page-float .float-list:hover .list-pic .img2 {
    opacity: 1;
  }
  .page-float .float-list:hover .list-title {
    color: #000;
  }
  .page-float .float-list:hover .list-cent {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.6rem;
    background: rgba(255, 255, 255, 0.96);
    z-index: 9;
  }
  .page-bottom .bottom-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .page-bottom .bottom-main .main-title {
    width: 100%;
    font-size: 0.35rem;
    text-align: center;
    font-weight: bold;
    color: #000;
  }
  .page-bottom .bottom-main .main-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .page-bottom .bottom-main .main-right .right-box {
    display: flex;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
  .page-bottom .bottom-main .main-right .right-box .box-button {
    width: 1.6rem;
    height: 0.55rem;
    margin-right: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    background: linear-gradient(0deg, #070505, #706f6f);
    border: solid 1px transparent;
    border-radius: 0.06rem;
  }
  .page-bottom .bottom-main .main-right .right-box .box-button:hover {
    color: #000;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
  }
  .page-bottom .bottom-main .main-right .right-box .box-button2 {
    width: 1.6rem;
    height: 0.55rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.5rem;
    color: #000;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
    border: solid 1px transparent;
    border-radius: 0.06rem;
  }
  .page-bottom .bottom-main .main-right .right-box .box-button2:hover {
    color: #fff;
    background: linear-gradient(0deg, #070505, #706f6f);
  }
  .page-bottom .bottom-main .main-right .box-hide {
    position: absolute;
    top: -0.32rem;
    right: 0.1rem;
    width: 0.65rem;
    height: 0.65rem;
    margin-left: 0;
    color: #000;
    border-radius: 50%;
    box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.06);
    background: #fff url(../images/icon/icon-close.png) no-repeat center center;
    background-size: 0.25rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-bottom .bottom-main .main-right .box-hide:hover {
    background-color: #dc0b1c;
  }
  .mr {
    margin-top: 1.2rem;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #dc0b1c;
  }
}
</pre></body></html>